home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("gohigh")
- cursor(280)
- sound(1).play(member("rollover1"))
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("go")
- cursor(-1)
- end
-
- on mouseUp me
- gotoNetPage("http://www.ea.com/eagames/official/battlefield1942/home.jsp")
- end
-